toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]InterceptUrlRequestCallback
/
Response
Response
public
interface
Response
A response for
InterceptUrlRequestCallback
.
Members
Functions
intercept
Link copied to clipboard
public
static
InterceptUrlRequestCallback.Response
intercept
(
UrlRequestJob
job
)
Notifies the engine that the request should be intercepted and it will be handled by the given URL request job.
proceed
Link copied to clipboard
public
static
InterceptUrlRequestCallback.Response
proceed
(
)
Notifies the engine that the URL request must not be intercepted and processed normally.